type internal/profile.edgeList

5 uses

	internal/profile (current package)
		graph.go#L469: 	el := make(edgeList, 0, len(em))
		graph.go#L487: type edgeList []*Edge
		graph.go#L489: func (el edgeList) Len() int {
		graph.go#L493: func (el edgeList) Less(i, j int) bool {
		graph.go#L510: func (el edgeList) Swap(i, j int) {